home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-08-25 | 2.6 KB | 127 lines |
- [OrdnanceClass]
- classLabel = "BULLET"
-
- shotGeometry = NULL
- shotRadius = 2.0
- xplGround = "xtechit"
- xplVehicle = "xtechit"
- xplBuilding = "xtechit"
-
- renderName = "techno.render"
- ammoCost = 10
- lifeSpan = 3.0
- shotSpeed = 75.0
-
- damageValue(N) = 250
- damageValue(L) = 250
- damageValue(H) = 200
- damageValue(S) = 250
- damageValue(D) = 250
- damageValue(A) = 250
-
- [Render]
- renderBase = "draw_multi"
- renderCount = 4
- renderName1 = "techno.flare1"
- renderName2 = "techno.flare2"
- renderName3 = "techno.trailr"
- renderName4 = "techno.trailb"
-
- [Flare1]
- renderBase = "draw_sprite"
- textureName = "plasma.tga"
- textureBlend = "one one modulate"
- startColor = "255 63 255 255"
- finishColor = "255 63 255 255"
- startRadius = 5.0
- finishRadius = 5.0
- animateTime = 3.0
-
- [Flare2]
- renderBase = "draw_sprite"
- textureName = "plasma.tga"
- textureBlend = "one one modulate"
- startColor = "255 255 255 255"
- finishColor = "255 255 255 255"
- startRadius = 1.5
- finishRadius = 1.5
- animateTime = 3.0
-
- [TrailR]
- renderBase = "draw_emit"
- emitName = "techno.sparkr"
- emitDelay = 0.5
- emitVelocity = "0.0 0.0 30.0"
- emitVariance = "10.0 10.0 10.0"
-
- [TrailB]
- renderBase = "draw_emit"
- emitName = "techno.sparkb"
- emitDelay = 0.5
- emitVelocity = "0.0 0.0 30.0"
- emitVariance = "10.0 10.0 10.0"
-
- [SparkR]
- simulateBase = "sim_smoke"
- lifeTime = 0.5
- renderBase = "draw_multi"
- renderCount = 3
- renderName1 = "techno.sparkflare2"
- renderName2 = "techno.sparkflarer"
- renderName3 = "techno.sparktrailr"
-
- [SparkB]
- simulateBase = "sim_smoke"
- lifeTime = 1.0
- renderBase = "draw_multi"
- renderCount = 3
- renderName1 = "techno.sparkflare2"
- renderName2 = "techno.sparkflareb"
- renderName3 = "techno.sparktrailb"
-
- [SparkFlare]
- renderBase = "draw_sprite"
- textureName = "plasma.tga"
- textureBlend = "one one modulate"
- startRadius = 2.0
- finishRadius = 0.4
- animateTime = 1.0
-
- [SparkFlare2]
- renderBase = "draw_sprite"
- textureName = "plasma.tga"
- textureBlend = "one one modulate"
- startColor = "255 255 255 255"
- finishColor = "255 255 255 0"
- startRadius = 0.6
- finishRadius = 0.12
- animateTime = 1.0
-
- [SparkFlareR]
- renderBase = "techno.sparkflare"
- startColor = "255 255 63 255"
- finishColor = "255 0 0 0"
-
- [SparkFlareB]
- renderBase = "techno.sparkflare"
- startColor = "63 255 255 255"
- finishColor = "0 0 255 0"
-
- [SparkTrail]
- renderBase = "draw_trail"
- textureBlend = "one one modulate"
- startRadius = 0.1
- finishRadius = 0.0
- segmentTime = 0.03
- trailTime = 0.2
-
- [SparkTrailR]
- renderBase = "techno.sparktrail"
- startColor = "255 255 63 255"
- finishColor = "255 0 0 0"
-
- [SparkTrailB]
- renderBase = "techno.sparktrail"
- startColor = "63 255 255 255"
- finishColor = "0 0 255 0"
-